projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006041e
)
(hilit-chg-set): Remove make-local-hook.
author
Pavel Janík
<Pavel@Janik.cz>
Mon, 26 Nov 2001 16:27:33 +0000
(16:27 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Mon, 26 Nov 2001 16:27:33 +0000
(16:27 +0000)
lisp/hilit-chg.el
patch
|
blob
|
history
diff --git
a/lisp/hilit-chg.el
b/lisp/hilit-chg.el
index c5fb972a7ad53048d33eec9df93dd90e5524cc37..7bf2eb05b555427ec5692659b09a24ac33fa8d73 100644
(file)
--- a/
lisp/hilit-chg.el
+++ b/
lisp/hilit-chg.el
@@
-589,7
+589,6
@@
This allows you to manually remove highlighting from uninteresting changes."
(or buffer-read-only
(hilit-chg-hide-changes)))
(force-mode-line-update)
- (make-local-hook 'after-change-functions)
(add-hook 'after-change-functions 'hilit-chg-set-face-on-change nil t))
(defun hilit-chg-clear ()